Made extractTagsAndParams public, useful for extensions.
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 19 May 2007 20:07:01 +0000 (20:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 19 May 2007 20:07:01 +0000 (20:07 +0000)
includes/Parser.php

index 2d053e7..f2ad137 100644 (file)
@@ -451,7 +451,7 @@ class Parser
         * @param $text Source text string.
         * @param $uniq_prefix
         *
-        * @private
+        * @public
         * @static
         */
        function extractTagsAndParams($elements, $text, &$matches, $uniq_prefix = ''){